home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tk / tkvars.z / tkvars
Text File  |  1998-10-30  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. ttttkkkkvvvvaaaarrrrssss((((3333TTTTkkkk))))                                                        ttttkkkkvvvvaaaarrrrssss((((3333TTTTkkkk))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tkvars - Variables used or set by Tk
  10.  
  11.  
  12. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  13.      The following Tcl variables are either set or used by Tk at various times
  14.      in its execution:
  15.  
  16.      ttttkkkk____lllliiiibbbbrrrraaaarrrryyyy     This variable holds the name of a directory containing a
  17.                     library of Tcl scripts related to Tk.  These scripts
  18.                     include an initialization file that is normally processed
  19.                     whenever a Tk application starts up, plus other files
  20.                     containing procedures that implement default behaviors for
  21.                     widgets.  If the variable isn't already set when a Tk     |
  22.                     application is created, Tk sets it from the TK_LIBRARY    |
  23.                     environment variable, if one exists, or else from a       |
  24.                     default value compiled into Tk.  The variable can be      |
  25.                     modified by an application to switch to a different       |
  26.                     library.
  27.  
  28.      ttttkkkk____ppppaaaattttcccchhhhLLLLeeeevvvveeeellll  Contains a decimal integer giving the current patch level
  29.                     for Tk.  The patch level is incremented for each new
  30.                     release or patch, and it uniquely identifies an official
  31.                     version of Tk.
  32.  
  33.      ttttkkkkPPPPrrrriiiivvvv         This variable is an array containing several pieces of    |
  34.                     information that are private to Tk.  The elements of      |
  35.                     ttttkkkkPPPPrrrriiiivvvv are used by Tk library procedures and default
  36.                     bindings.  They should not be accessed by any code outside
  37.                     Tk.
  38.  
  39.      ttttkkkk____ssssttttrrrriiiiccccttttMMMMoooottttiiiiffff This variable is set to zero by default.  If an
  40.                     application sets it to one, then Tk attempts to adhere as
  41.                     closely as possible to Motif look-and-feel standards.  For
  42.                     example, active elements such as buttons and scrollbar
  43.                     sliders will not change color when the pointer passes over
  44.                     them.
  45.  
  46.      ttttkkkk____vvvveeeerrrrssssiiiioooonnnn     Tk sets this variable in the interpreter for each
  47.                     application.  The variable holds the current version
  48.                     number of the Tk library in the form _m_a_j_o_r._m_i_n_o_r.  _M_a_j_o_r
  49.                     and _m_i_n_o_r are integers.  The major version number
  50.                     increases in any Tk release that includes changes that are
  51.                     not backward compatible (i.e. whenever existing Tk
  52.                     applications and scripts may have to change to work with
  53.                     the new release).  The minor version number increases with
  54.                     each new release of Tk, except that it resets to zero
  55.                     whenever the major version number changes.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ttttkkkkvvvvaaaarrrrssss((((3333TTTTkkkk))))                                                        ttttkkkkvvvvaaaarrrrssss((((3333TTTTkkkk))))
  71.  
  72.  
  73.  
  74. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  75.      variables, version
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.